github.com/google/go-cmp/cmp.valueNode.MaxDepth (field)
8 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L120: if v.MaxDepth == 0 || isEqualBytes {
report_compare.go#L342: case r.Value.NumChildren == r.Value.MaxDepth:
report_value.go#L36: MaxDepth int
report_value.go#L84: assert(r.MaxDepth == 0) // May only be called on leaf nodes
report_value.go#L117: if parent.MaxDepth < child.MaxDepth+1 {
report_value.go#L118: parent.MaxDepth = child.MaxDepth + 1
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)